Send the same prompt at temperature 0, 0.7 and 1.5, run each several times, and compare how varied the answers become.
Exercise (2)
Ask the LLM factual questions with verifiable answers, including a deliberately made-up one and check the responses against a reliable source. Record where the model made something up.
Help students link back to Lesson 1 - the model predicts the next likely token, so a confident wrong answer is not lying, it is prediction. Discuss when it is and is not safe to trust an LLM.
Explain that temperature controls randomness in next-token selection: low values (e.g., 0) pick the most probable token every time, while high values (e.g., 1.5) pick less probable tokens, increasing creativity or randomness.